home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / pascal / gpc1.1p2 / gpc1 / usr / src / gpc-1.1p2-2.6.3 / NEW-PVS-LIST < prev    next >
Encoding:
Text File  |  1995-04-20  |  1.8 KB  |  69 lines

  1. A list of failed Pascal Validation Suite Conformance tests by
  2.  
  3.         GPC-1.1 (GCC-2.6.3)
  4.  
  5. Last modified: Fri Mar 24 12:42:33 1995
  6. Run by: Juki <jtv@hut.fi>
  7.  
  8. Number of validation suite tests run: 199
  9. Only LEVEL-0 tests run (no conformant arrays).
  10.  
  11. All programs have been named as "pDDD.pas" (DDD = three digits)
  12. Otherwise my naming convention does not mean anything.
  13.  
  14. All tests run with and without -g and with/without -O and with/without -O6
  15.  
  16.     TEST    WHAT HAPPENS
  17.     ----    ------------
  18. i486    Mach 3 (CMU UX):     All conformance tests pass.
  19.  
  20. rs-6000 Aix 3.2.5:         All conformance tests pass.
  21.  
  22. mips    Ultrix 4.3:        All conformance tests pass.
  23.                 (this is an old 2.5.7 result, I did
  24.                  not compile 2.6.3 on ultrix)
  25.  
  26. alpha:    OSF 1/V3.0
  27.     ** These are SET_TYPE failures; compiled incorrectly.
  28.     ** (these programs PASS with -O6 :-)
  29.     083    runtime error
  30.     140    runtime error
  31.     141    runtime error
  32.     142    runtime error
  33.     153    runtime error
  34.  
  35.     *** But with -O6 the following are compiled incorrectly.
  36.     *** (i.e. they compile but produce incorrect results).
  37.     *** Don't use -O6 on alpha until the bugs are fixed.
  38.     *** I have not checked the reason for these:
  39.     p029    FAIL
  40.     p095    FAIL
  41.     p105    FAIL
  42.     p110    FAIL
  43.     p111    FAIL
  44.     p117    Loops
  45.     p136    FAIL
  46.     p157    FAIL
  47.  
  48. sparc    Solaris 2.3:
  49.     003    Signal 11 received by the compiler when -O (optimized)
  50.  
  51. HP-PA:    HP-UX 9.03 / --with-gnu-as
  52.     003    Compiler: Unrecognized insn. Compiler abort().
  53.         (PASS with -O6)
  54.  
  55.         p003.pas:262: internal error--unrecognizable insn:
  56.         (jump_insn 730 728 732 (set (pc)
  57.                 (if_then_else (gt (const_int 0)
  58.                         (reg:SI 259))
  59.                     (label_ref 766)
  60.                     (pc))) -1 (nil)
  61.             (nil))
  62.         p003.pas:262: internal gcc abort
  63.         p003.pas did not compile
  64.  
  65.         This looks more like a generic GNU compiler bug than
  66.         a bug in GPC code...
  67.  
  68.         003 is the PVS test 6.1.1-3.
  69.